Alpha 3:
--------

 - Fix: Songs were not removed from playlist after deleting
 - Fix: Reincluded GetOpenFilename handlers, "Open file" dialogs work again
        properly (Initial directory handling).
 - Add: Prepared optimized icon/theme resources for Win32 NT series, and Win9x
        series
 - Chg: Default/repeat/timer button(s) and format icons split and rearranged,
        and supporting MultiOS
 - Add: Additional CD format icons for Windows XP and Vista+
 - Add: Default/repeat/timer button(s) add padding to match DPI scale
 - Add: EMF support for default/repeat/timer button(s) on high resolution
        displays (192dpi+)
 - Add: EMF rendering to icon
 - Add: EMF graphics for all main / system notification area icons
 - Chg: Minor changes

Alpha2 :
--------

 - Fix: Chrash when using /portable command line parameter
 - Fix: Reincluded GetSaveFilename handler, "Save as" dialogs work again
        properly.
 - Chg: Minor code cleanup/namings
 - Chg: Resource now use relative path, so you should be able to run the source
        within PureBasic just after extraction (you still need compile / copy
        sound system layer)

Alpha 1:
--------

Is a PureBasic 64bit port of the upcoming 1.03 release. It's main goal is future
compatibility, but it should also compile as 32bit, and even ansi.

Unless there is much user request / feedback, with 1.10 there is:
 - No language file support. All languages are included in the executable, and
   are ALL shown in the info dialog.
 - No theme file support
 - No ansi versions (Windows 9x)
 - No 32bit versions
 - No classic help support, just chm
Windows XP 64bit is supported, but may be dropped. Or at least all the icons.
In future versions, the sound system layer may be included in the executable,
having everything in one file.

Other major changes:
 - Using PureBasic Open path dialogs (for now?)
 - Using PureBasic Dragging (never had it working via API in VB6);
   No more dragging as text (for now?)
   No more able to drag with the right mouse button
 - Using simple WM_DROPFILES instead of OLE (for now?);
   No longer supporting the popupmenu when right-mouse-dropping (using shift
   still works)
